home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / making_m.dxr / 00038_rep_mov_stop.ls < prev    next >
Encoding:
Text File  |  1998-10-08  |  211 b   |  10 lines

  1. on mouseUp
  2.   global moviecast
  3.   if the visible of sprite moviecast = 1 then
  4.     set the movieRate of sprite moviecast to 0
  5.     if not soundBusy(2) then
  6.       puppetSound(2, "report.aif")
  7.     end if
  8.   end if
  9. end
  10.